home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
djgpp
/
diffs
/
libgplus.5
/
libgplus
/
src
/
strclass.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-12-14
|
358 b
|
15 lines
*** orig/libgplus.5/libgplus/src/strclass.h Sat Nov 13 18:25:36 1993
--- src/libgplus.5/libgplus/src/strclass.h Sat Nov 13 18:25:54 1993
***************
*** 1,5 ****
--- 1,9 ----
#ifndef _strclass_h
#define _strclass_h
+ #ifdef __MSDOS__
+ #include <_String.h>
+ #else
#include <String.h>
+ #endif
typedef class String string;
#endif